Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾尝试使用cmaps。但它仍然会产生不可读的字符。
注意:react-pdf 仅支持 .ttf 格式 [到目前为止]
Font.register({ family: "Roboto", src: "https://cdnjs.cloudflare.com/ajax/libs/ink/3.1.10/fonts/Roboto/roboto-medium-webfont.ttf" }); const styles = StyleSheet.create({ myText : { fontFamily : "Roboto" } })