MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nGetGlyphs

Method _nGetGlyphs

shared/java/TextLine.java:211–211  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

209 @ApiStatus.Internal public static native float _nGetHeight(long ptr);
210 @ApiStatus.Internal public static native long _nGetTextBlob(long ptr);
211 @ApiStatus.Internal public static native short[] _nGetGlyphs(long ptr);
212 @ApiStatus.Internal public static native float[] _nGetPositions(long ptr);
213 @ApiStatus.Internal public static native float[] _nGetRunPositions(long ptr);
214 @ApiStatus.Internal public static native float[] _nGetBreakPositions(long ptr);

Callers 1

getGlyphsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected