Searched defs:FontInfo (Results 1 – 2 of 2) sorted by relevance
65 struct FontInfo { struct66 int32_t displayFlag = -1;67 int32_t horizontalJustification = -1;68 int32_t verticalJustification = -1;69 int32_t rgbaBackground = -1;70 int32_t leftPos = -1;71 int32_t topPos = -1;72 int32_t bottomPos = -1;73 int32_t rightPos = -1;74 int32_t startchar = -1;[all …]
190 public static class FontInfo { class in FontsContract208 public FontInfo(@NonNull Uri uri, @IntRange(from = 0) int ttcIndex, in FontInfo() method in FontsContract.FontInfo