Version: 2020.2
언어: 한국어

FontEngine.TryGetGlyphWithIndexValue

매뉴얼로 전환
public static bool TryGetGlyphWithIndexValue (uint glyphIndex, TextCore.LowLevel.GlyphLoadFlags flags, out TextCore.Glyph glyph);

파라미터

glyphIndex The index of the glyph that should be loaded.
flags The glyph loading flag that should be used to load the glyph.
glyph The glyph using the provided index or the .notdef glyph (index 0) if no glyph was found at that index.

반환

bool Returns true if a glyph exists at the given index. Otherwise returns false.

설명

Try loading the glyph for the given index value and if available populate the glyph.